projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0011b
)
Don't use *_SINGLE_INCLUDES defines
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Nov 2011 02:35:05 +0000
(22:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 2 Nov 2011 02:35:05 +0000
(22:35 -0400)
GLib now outlaws single includes always, anyway.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5e9c0e6ec1952ad6c2ba3dbaa3cdde5dedbc80b4..5646dec97d15dd4c959474ff551efb829aae6753 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-444,8
+444,6
@@
if test "x$GCC" = "xyes"; then
fi
changequote([,])dnl
-CPPFLAGS="$CPPFLAGS -DG_DISABLE_SINGLE_INCLUDES -DATK_DISABLE_SINGLE_INCLUDES"
-
# Ensure MSVC-compatible struct packing convention is used when
# compiling for Win32 with gcc.
# What flag to depends on gcc version: gcc3 uses "-mms-bitfields", while